summaryrefslogtreecommitdiff
path: root/testsuite/tests/package/T20010/T20010-ghci.script
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-27 19:53:13 -0400
committerBen Gamari <ben@smart-cactus.org>2022-05-14 22:35:31 -0400
commitdee3d99fccf27b432e689f73a58c4c5564887ff3 (patch)
tree0953d56dda852645a03b271c9e029d72264527cc /testsuite/tests/package/T20010/T20010-ghci.script
parent7965393b20b571551e574e0a91fd4f05964f7488 (diff)
downloadhaskell-wip/T20010b.tar.gz
testsuite: Add tests for system-cxx-std-lib packagewip/T20010b
Test that we can successfully link against C++ code both in GHCi and batch compilation. See #20010
Diffstat (limited to 'testsuite/tests/package/T20010/T20010-ghci.script')
-rw-r--r--testsuite/tests/package/T20010/T20010-ghci.script2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/package/T20010/T20010-ghci.script b/testsuite/tests/package/T20010/T20010-ghci.script
new file mode 100644
index 0000000000..da04af1cb0
--- /dev/null
+++ b/testsuite/tests/package/T20010/T20010-ghci.script
@@ -0,0 +1,2 @@
+:load T20010
+hello 42