diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 41b056a..c8e6192 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,3 +1,6 @@ -tests: test_parser.cpp ../common/parser.cpp - g++ -o test_parser test_parser.cpp ../common/parser.cpp -I../include -I/usr/include -I/usr/local/include
\ No newline at end of file +parser: test_parser.cpp ../common/parser.cpp + g++ -o test_parser test_parser.cpp ../common/parser.cpp -g -I../include -I/usr/include -I/usr/local/include + +dllloader: dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp + g++ -o test_dllloader dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp -g -ldl -Wl,--export-dynamic -I../include -I/usr/include -I/usr/local/include
\ No newline at end of file |