diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:28:48 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:28:48 +0200 |
commit | d787e64c8cf522b0f2fa2e26e0be154454fae4a8 (patch) | |
tree | 83a3c146f6f5e8ec000d8cb0d28a07c9dc17c24c /lib/ic/test | |
parent | 3fbbe6760a0476fccc2375dc8ca5791546dbc876 (diff) | |
parent | 86f970056b55ab8c33ecb6d0ce13924e3331b79a (diff) | |
download | otp-d787e64c8cf522b0f2fa2e26e0be154454fae4a8.tar.gz otp-d787e64c8cf522b0f2fa2e26e0be154454fae4a8.tar.bz2 otp-d787e64c8cf522b0f2fa2e26e0be154454fae4a8.zip |
Merge branch 'lukas/smoketests/OTP-11221' into maint
* lukas/smoketests/OTP-11221:
Add smoke tests
Diffstat (limited to 'lib/ic/test')
-rw-r--r-- | lib/ic/test/Makefile | 2 | ||||
-rw-r--r-- | lib/ic/test/ic_smoke.spec | 1 |
2 files changed, 2 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 = diff --git a/lib/ic/test/ic_smoke.spec b/lib/ic/test/ic_smoke.spec new file mode 100644 index 0000000000..ec3b5758b1 --- /dev/null +++ b/lib/ic/test/ic_smoke.spec @@ -0,0 +1 @@ +{suites,"../ic_test",[ic_SUITE]}. |