diff options
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile index 9ad6233c2..a9dbdc34d 100644 --- a/test/makefile +++ b/test/makefile @@ -39,6 +39,12 @@ SOURCE = testextract.cc include $(PROGRAM_H) # Program for testing the config file parser +PROGRAM=conftest_clear +SLIBS = -lapt-pkg +SOURCE = conf_clear.cc +include $(PROGRAM_H) + +# Program for testing the config file parser PROGRAM=conftest SLIBS = -lapt-pkg SOURCE = conf.cc |