Updated basic rewrite testcase

pull/4814/head
Daniel Mensinger 6 years ago
parent 08da3873dd
commit 50bc0960e4
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 3
      test cases/rewrite/1 basic/meson.build

@ -2,4 +2,5 @@ project('rewritetest', 'c')
sources = ['trivial.c', 'notthere.c']
exe = executable('trivialprog', sources)
exe1 = executable('trivialprog1', sources)
exe2 = executable('trivialprog2', ['main.cpp', 'fileA.cpp'])

Loading…
Cancel
Save