aboutsummaryrefslogtreecommitdiff
path: root/samples/RhythmGame/test
diff options
context:
space:
mode:
authorRobert Wu <85952307+robertwu1@users.noreply.github.com>2023-02-04 00:58:38 +0000
committerGitHub <noreply@github.com>2023-02-03 16:58:38 -0800
commite19e3987714b3a30dcba3f7fab458b2f2d71c7ae (patch)
tree06b83b7d26101a718278b9520cd8833b98b5c4c3 /samples/RhythmGame/test
parent962ee701d2f41e0794ee8516a14f44657609012c (diff)
downloadoboe-e19e3987714b3a30dcba3f7fab458b2f2d71c7ae.tar.gz
add new lines (#1700)
Diffstat (limited to 'samples/RhythmGame/test')
-rw-r--r--samples/RhythmGame/test/CMakeLists.txt2
-rwxr-xr-xsamples/RhythmGame/test/run_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/RhythmGame/test/CMakeLists.txt b/samples/RhythmGame/test/CMakeLists.txt
index b6314e38..5460d5aa 100644
--- a/samples/RhythmGame/test/CMakeLists.txt
+++ b/samples/RhythmGame/test/CMakeLists.txt
@@ -9,4 +9,4 @@ include_directories(../src/main/cpp/)
# Build our test binary
add_executable (testRhythmGame testLockFreeQueue.cpp)
-target_link_libraries(testRhythmGame gtest) \ No newline at end of file
+target_link_libraries(testRhythmGame gtest)
diff --git a/samples/RhythmGame/test/run_tests.sh b/samples/RhythmGame/test/run_tests.sh
index 02e3ecbd..cb888d95 100755
--- a/samples/RhythmGame/test/run_tests.sh
+++ b/samples/RhythmGame/test/run_tests.sh
@@ -107,4 +107,4 @@ adb shell mkdir -p ${REMOTE_DIR}
adb push ${BUILD_DIR}/${TEST_BINARY_FILENAME} ${REMOTE_DIR}
echo "Running test binary"
-adb shell ${REMOTE_DIR}/${TEST_BINARY_FILENAME} \ No newline at end of file
+adb shell ${REMOTE_DIR}/${TEST_BINARY_FILENAME}