diff options
author | Lukas Larsson <[email protected]> | 2013-07-30 14:53:00 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-05 10:49:26 +0200 |
commit | 86f970056b55ab8c33ecb6d0ce13924e3331b79a (patch) | |
tree | e5e6834077d0a2fe810e56fa77669986b5068022 /lib/ic/test/Makefile | |
parent | a938fc96881564f5f56a510b0c750efaa9ed48e4 (diff) | |
download | otp-86f970056b55ab8c33ecb6d0ce13924e3331b79a.tar.gz otp-86f970056b55ab8c33ecb6d0ce13924e3331b79a.tar.bz2 otp-86f970056b55ab8c33ecb6d0ce13924e3331b79a.zip |
Add smoke tests
Smoke tests are meant to verify that a build of erlang has been successfull.
Diffstat (limited to 'lib/ic/test/Makefile')
-rw-r--r-- | lib/ic/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ic/test/Makefile b/lib/ic/test/Makefile index 54ac186c16..63af6ed9f1 100644 --- a/lib/ic/test/Makefile +++ b/lib/ic/test/Makefile @@ -33,7 +33,7 @@ RELSYSDIR = $(RELEASE_PATH)/ic_test # ---------------------------------------------------- # Target Specs # ---------------------------------------------------- -TEST_SPEC_FILE = ic.spec +TEST_SPEC_FILE = ic.spec ic_smoke.spec IDL_FILES = |