diff options
Diffstat (limited to 'common/path_utils')
-rw-r--r-- | common/path_utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/path_utils/Makefile.am b/common/path_utils/Makefile.am index fdda791c..3961a06d 100644 --- a/common/path_utils/Makefile.am +++ b/common/path_utils/Makefile.am @@ -15,3 +15,4 @@ libpath_utils_la_SOURCES = \ path_utils.c \ path_utils.h +tests: all $(check_PROGRAMS) |