Test generated module .def files

Teach the ModuleDefinition test to cover the case that a .def file is
generated by a custom command.
This commit is contained in:
Brad King
2012-04-02 10:40:13 -04:00
parent e858440185
commit 89987c2102
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
int example_dll_gen_function(void) { return 0; }