[libFuzzer] fix the build for AFLDriverTest

llvm-svn: 281633
This commit is contained in:
Kostya Serebryany 2016-09-15 18:10:38 +00:00
parent a4f597f002
commit 21c3573733
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ set_target_properties(AFLDriverTest
) )
# Propagate value into parent directory # Propagate value into parent directory
set(TestBinaries ${TestBinaries} PARENT_SCOPE) set(TestBinaries ${TestBinaries} AFLDriverTest PARENT_SCOPE)