diff options
author | Fred Baksik <frodak17@gmail.com> | 2019-04-08 13:55:35 (GMT) |
---|---|---|
committer | Fred Baksik <frodak17@gmail.com> | 2019-04-11 17:15:51 (GMT) |
commit | 2bae6a1346cb95703a93dbf73c9689598c9056d1 (patch) | |
tree | 9304fb174a264982b53a610260284e79f084b6d5 /Tests/GhsMulti/GhsMultiCustomTarget/lib1.c | |
parent | 3b415c60c1a02b9ac76089a44c28e70692dcdef1 (diff) | |
download | CMake-2bae6a1346cb95703a93dbf73c9689598c9056d1.zip CMake-2bae6a1346cb95703a93dbf73c9689598c9056d1.tar.gz CMake-2bae6a1346cb95703a93dbf73c9689598c9056d1.tar.bz2 |
GHS: Update tests and notes
-- add new tests for custom commands
-- minor test cleanup
Fixes #15995
Fixes #18909
Fixes #15902
Diffstat (limited to 'Tests/GhsMulti/GhsMultiCustomTarget/lib1.c')
-rw-r--r-- | Tests/GhsMulti/GhsMultiCustomTarget/lib1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/GhsMulti/GhsMultiCustomTarget/lib1.c b/Tests/GhsMulti/GhsMultiCustomTarget/lib1.c new file mode 100644 index 0000000..b35e9cc --- /dev/null +++ b/Tests/GhsMulti/GhsMultiCustomTarget/lib1.c @@ -0,0 +1,4 @@ +int func(void) +{ + return 2; +} |