]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/tests/run_tests.sh
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / libcitadel / tests / run_tests.sh
diff --git a/libcitadel/tests/run_tests.sh b/libcitadel/tests/run_tests.sh
deleted file mode 100755 (executable)
index 426c379..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-
-
-#./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s 2 -l 50
-
-
-./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s2 -b55    &
-cat posttest_blob.txt |nc 127.0.0.1 6666
-
-./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s2 -b482    &
-cat posttest_headers.txt |nc 127.0.0.1 6666
-
-./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s2 -b537    &
-cat posttest.txt |nc 127.0.0.1 6666
-
-
-./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s2 -n1    &
-cat posttest_blob.txt |nc 127.0.0.1 6666
-
-./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s2 -n13    &
-cat posttest_headers.txt |nc 127.0.0.1 6666
-
-./stringbuf_IO_test -p 6666 -i 0.0.0.0 -s2 -n14    &
-cat posttest.txt |nc 127.0.0.1 6666
-
-posttest.txt