diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-22 16:01:37 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-22 16:05:03 -0500 |
commit | 8ff58f7703bb2854a05acfbbda317b0abad2c0e7 (patch) | |
tree | bea0e4543895fd3c1fdc50640cc02f39277a88ef /test/CMakeLists.txt | |
parent | 6e877cf4f49f4b396e3a2e8898eef69188df8fdb (diff) | |
download | reloc-8ff58f7703bb2854a05acfbbda317b0abad2c0e7.tar.gz |
Add test_reloc_write test
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 56cdae2..9dab686 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -27,6 +27,7 @@ endfunction() add_reloc_test(test_reloc_match test_reloc_match.c) add_reloc_test(test_reloc_read test_reloc_read.c) +add_reloc_test(test_reloc_write test_reloc_write.c) add_exec_test(test_exec_success reloc "${INPUT_SEARCH}" "${INPUT_REPLACE}" "${INPUT_FN}" "${OUTPUT_FN}") # Windows users need grep too. "findstr" and "find" were not reliable here |