aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-22 16:14:33 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-22 16:17:13 -0700
commit1e9706d76d38798cda9f15635c336b039bd53700 (patch)
tree6b1c5f1f480ff4e42f7a8b0b05725c649c2249b2
parentdb51f285f8786c3c4a11b75cc09e6c193b4398b5 (diff)
downloadbun-1e9706d76d38798cda9f15635c336b039bd53700.tar.gz
bun-1e9706d76d38798cda9f15635c336b039bd53700.tar.zst
bun-1e9706d76d38798cda9f15635c336b039bd53700.zip
[bun wiptest] This test does not seem to run?
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93f609c9f..c2b30ac2f 100644
--- a/Makefile
+++ b/Makefile
@@ -873,7 +873,7 @@ release-bin: release-bin-without-push release-bin-push
test/wiptest/run.o: test/wiptest/run.cpp
- $(CXX) -Wall -g -c -std=c++17 -o test/wiptest/run.o test/wiptest/run.cpp
+ $(CXX) -Wall -g -c -std=c++2a -lc -o test/wiptest/run.o test/wiptest/run.cpp
test/wiptest/run: test/wiptest/run.o
$(CXX) -Wall -g -o test/wiptest/run test/wiptest/run.o
@@ -917,7 +917,7 @@ test-dev-bun-snapshot:
test-bun-wiptest: test/wiptest/run
cd test/wiptest && BUN_BIN=$(DEBUG_BUN) ./run ./fixtures
-test-all: test-install test-bun-snapshot test-with-hmr test-no-hmr test-create-next test-create-react test-bun-run test-bun-install test-bun-dev test-bun-wiptest
+test-all: test-install test-bun-snapshot test-with-hmr test-no-hmr test-create-next test-create-react test-bun-run test-bun-install test-bun-dev
copy-test-node-modules:
rm -rf test/snippets/package-json-exports/node_modules || echo "";