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/GhsMultiPlatform/file1.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/GhsMultiPlatform/file1.c')
-rw-r--r-- | Tests/GhsMulti/GhsMultiPlatform/file1.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/GhsMulti/GhsMultiPlatform/file1.c b/Tests/GhsMulti/GhsMultiPlatform/file1.c deleted file mode 100644 index 4132aa4..0000000 --- a/Tests/GhsMulti/GhsMultiPlatform/file1.c +++ /dev/null @@ -1,4 +0,0 @@ -int main(void) -{ - return -42; -} |