diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-30 15:30:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-02 20:36:13 +0000 |
commit | 85e8507d19195387784ba6af42d91609b129e00d (patch) | |
tree | 7becdfed97aa7c8abe37d4194046ba9cf2532b4f /vcl/CustomTarget_nativecode.mk | |
parent | f6ff601b820749898a045e115cc0dc460e996104 (diff) |
add a jpg fuzzer
reshuffle things to share common core
Change-Id: I50aa0e2ddeefaa4b2d0592b1118defd28b7347db
Diffstat (limited to 'vcl/CustomTarget_nativecode.mk')
-rw-r--r-- | vcl/CustomTarget_nativecode.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/CustomTarget_nativecode.mk b/vcl/CustomTarget_nativecode.mk index debd9ef09de5..115b0a7adb87 100644 --- a/vcl/CustomTarget_nativecode.mk +++ b/vcl/CustomTarget_nativecode.mk @@ -8,11 +8,11 @@ $(eval $(call gb_CustomTarget_CustomTarget,vcl/workben)) -wmffuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) +fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) -wmffuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx +fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx -$(wmffuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir - $(call gb_Helper_abbreviate_dirs, $(wmffuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@ +$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir + $(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@ # vim: set noet sw=4 ts=4: |