mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-12 05:35:08 -04:00
Added test that tclap does not define any hard symbols (bug 1907017)
This commit is contained in:
parent
3568b89480
commit
bb477f8d10
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
noinst_PROGRAMS = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
|
noinst_PROGRAMS = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
|
||||||
test10 test11 test12 test13 test14 test15 test16
|
test10 test11 test12 test13 test14 test15 test16 \
|
||||||
|
test17
|
||||||
|
|
||||||
test1_SOURCES = test1.cpp
|
test1_SOURCES = test1.cpp
|
||||||
test2_SOURCES = test2.cpp
|
test2_SOURCES = test2.cpp
|
||||||
@ -18,6 +19,7 @@ test13_SOURCES = test13.cpp
|
|||||||
test14_SOURCES = test14.cpp
|
test14_SOURCES = test14.cpp
|
||||||
test15_SOURCES = test15.cpp
|
test15_SOURCES = test15.cpp
|
||||||
test16_SOURCES = test16.cpp
|
test16_SOURCES = test16.cpp
|
||||||
|
test17_SOURCES = test17.cpp test17-a.cpp
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
|
|
||||||
|
1
examples/test17-a.cpp
Normal file
1
examples/test17-a.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <tclap/CmdLine.h>
|
3
examples/test17.cpp
Normal file
3
examples/test17.cpp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include <tclap/CmdLine.h>
|
||||||
|
|
||||||
|
int main() { }
|
Loading…
x
Reference in New Issue
Block a user