[libFuzzer] fix the build for AFLDriverTest
authorKostya Serebryany <kcc@google.com>
Thu, 15 Sep 2016 18:10:38 +0000 (18:10 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 15 Sep 2016 18:10:38 +0000 (18:10 +0000)
llvm-svn: 281633

llvm/lib/Fuzzer/test/no-coverage/CMakeLists.txt

index 07353a5..e0e6849 100644 (file)
@@ -26,4 +26,4 @@ set_target_properties(AFLDriverTest
     )
 
 # Propagate value into parent directory
-set(TestBinaries ${TestBinaries} PARENT_SCOPE)
+set(TestBinaries ${TestBinaries} AFLDriverTest PARENT_SCOPE)