]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Modified autotools to recurse into tests
authorLinux Karlsson <karlsson@ntp.org>
Fri, 28 May 2010 11:59:21 +0000 (07:59 -0400)
committerLinux Karlsson <karlsson@ntp.org>
Fri, 28 May 2010 11:59:21 +0000 (07:59 -0400)
bk: 4bffb019wTma98ebL_RSUqTowtKkkA

Makefile.am
configure.ac

index 8b1b224097ec1e1097074afc73e640f7bdad96be..ef1994a796ed38e7f55c88e7966bfce98c913675 100644 (file)
@@ -28,6 +28,10 @@ SUBDIRS+=            \
        util            \
        $(NULL)
 
+SUBDIRS+=              \
+       tests           \
+       $(NULL)
+
 DIST_SUBDIRS=          \
        scripts         \
        include         \
index 855c46cac8f09c73ff63775f26fcbb9b88952eb4..314ca43141d9c0130953b53888e1167e79cb4686 100644 (file)
@@ -4789,6 +4789,10 @@ AC_CONFIG_FILES(scripts/plot_summary,    [chmod +x scripts/plot_summary])
 AC_CONFIG_FILES(scripts/summary,       [chmod +x scripts/summary])
 AC_CONFIG_FILES(util/Makefile)
 
+AC_PROG_CXX
+AC_CONFIG_FILES(tests/Makefile)
+AC_CONFIG_FILES(tests/libntp/Makefile)
+
 AC_CONFIG_SUBDIRS(sntp)
 
 AC_OUTPUT