summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/cmake/DHT_cryptosendfiletest.cmake3
-rw-r--r--testing/cmake/DHT_sendfiletest.cmake1
-rw-r--r--testing/cmake/DHT_test.cmake1
-rw-r--r--testing/cmake/Lossless_UDP_testclient.cmake1
-rw-r--r--testing/cmake/Lossless_UDP_testserver.cmake1
-rw-r--r--testing/cmake/Messenger_test.cmake1
-rw-r--r--testing/cmake/nTox.cmake1
7 files changed, 1 insertions, 8 deletions
diff --git a/testing/cmake/DHT_cryptosendfiletest.cmake b/testing/cmake/DHT_cryptosendfiletest.cmake
index 9396d91a..8d6079f8 100644
--- a/testing/cmake/DHT_cryptosendfiletest.cmake
+++ b/testing/cmake/DHT_cryptosendfiletest.cmake
@@ -6,5 +6,4 @@ set(exe_name DHT_cryptosendfiletest)
6add_executable(${exe_name} 6add_executable(${exe_name}
7 DHT_cryptosendfiletest.c) 7 DHT_cryptosendfiletest.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name}) \ No newline at end of file
10addCompilerFlags()
diff --git a/testing/cmake/DHT_sendfiletest.cmake b/testing/cmake/DHT_sendfiletest.cmake
index c7595224..93737914 100644
--- a/testing/cmake/DHT_sendfiletest.cmake
+++ b/testing/cmake/DHT_sendfiletest.cmake
@@ -7,4 +7,3 @@ add_executable(${exe_name}
7 DHT_sendfiletest.c) 7 DHT_sendfiletest.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})
10addCompilerFlags()
diff --git a/testing/cmake/DHT_test.cmake b/testing/cmake/DHT_test.cmake
index e5c18c03..bcde4370 100644
--- a/testing/cmake/DHT_test.cmake
+++ b/testing/cmake/DHT_test.cmake
@@ -7,4 +7,3 @@ add_executable(${exe_name}
7 DHT_test.c) 7 DHT_test.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})
10addCompilerFlags()
diff --git a/testing/cmake/Lossless_UDP_testclient.cmake b/testing/cmake/Lossless_UDP_testclient.cmake
index 375bb733..e894d228 100644
--- a/testing/cmake/Lossless_UDP_testclient.cmake
+++ b/testing/cmake/Lossless_UDP_testclient.cmake
@@ -7,4 +7,3 @@ add_executable(${exe_name}
7 Lossless_UDP_testclient.c) 7 Lossless_UDP_testclient.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})
10addCompilerFlags()
diff --git a/testing/cmake/Lossless_UDP_testserver.cmake b/testing/cmake/Lossless_UDP_testserver.cmake
index fe16e937..04306c1a 100644
--- a/testing/cmake/Lossless_UDP_testserver.cmake
+++ b/testing/cmake/Lossless_UDP_testserver.cmake
@@ -7,4 +7,3 @@ add_executable(${exe_name}
7 Lossless_UDP_testserver.c) 7 Lossless_UDP_testserver.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})
10addCompilerFlags()
diff --git a/testing/cmake/Messenger_test.cmake b/testing/cmake/Messenger_test.cmake
index 2848818b..a85e043d 100644
--- a/testing/cmake/Messenger_test.cmake
+++ b/testing/cmake/Messenger_test.cmake
@@ -7,4 +7,3 @@ add_executable(${exe_name}
7 Messenger_test.c) 7 Messenger_test.c)
8 8
9linkCoreLibraries(${exe_name}) 9linkCoreLibraries(${exe_name})
10addCompilerFlags()
diff --git a/testing/cmake/nTox.cmake b/testing/cmake/nTox.cmake
index 814b1427..1656bc80 100644
--- a/testing/cmake/nTox.cmake
+++ b/testing/cmake/nTox.cmake
@@ -9,4 +9,3 @@ add_executable(${exe_name}
9target_link_libraries(${exe_name} ncurses) 9target_link_libraries(${exe_name} ncurses)
10 10
11linkCoreLibraries(${exe_name}) 11linkCoreLibraries(${exe_name})
12addCompilerFlags()