]> git.meshlink.io Git - meshlink/blobdiff - configure.ac
Add the blackbox container based test suite.
[meshlink] / configure.ac
index e02f5c37050524fbd9485922be2a62042d926fcf..363676eec55e21d22a19f2c0c332d8ca0aacb31a 100644 (file)
@@ -138,6 +138,19 @@ AC_CHECK_DECLS([freeaddrinfo, gai_strerror, getaddrinfo, getnameinfo],
 
 AC_CACHE_SAVE
 
-AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile test/Makefile examples/Makefile])
+AC_CONFIG_FILES([
+        Makefile
+        src/Makefile
+        doc/Makefile
+        test/Makefile
+        test/blackbox/Makefile
+        test/blackbox/run_blackbox_tests/Makefile
+        test/blackbox/test_case_meta_conn_01/Makefile
+        test/blackbox/test_case_meta_conn_02/Makefile
+        test/blackbox/test_case_meta_conn_03/Makefile
+        test/blackbox/test_case_meta_conn_04/Makefile
+        test/blackbox/test_case_meta_conn_05/Makefile
+        examples/Makefile
+])
 
 AC_OUTPUT