]> andersk Git - libyaml.git/blobdiff - tests/run-tests.sh
Improve CMake build system
[libyaml.git] / tests / run-tests.sh
index 33369000db1b52b7ff31102e6485c02f23615028..f7276f2f6756301db684e6b35ef34c810c262142 100755 (executable)
@@ -3,12 +3,14 @@
 set -e
 
 main() {
+  # Autoconf based in-source build and tests
   clean
 
   ./bootstrap
   ./configure
   make test-all
 
+  # CMake based in-source build and tests
   clean
 
   cmake .
This page took 0.064795 seconds and 4 git commands to generate.