aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-05-21 19:51:46 -0600
committerRandy Palamar <randy@rnpnr.xyz>2024-05-21 19:52:23 -0600
commitb7f8018a00be930e3f2b864949aec1f91291309c (patch)
tree585d97a66431ab226d820b0c0936d5e937784f5c
parent00e10a7f233bfd741dbbd73bbe2ef217b25f5a12 (diff)
downloadvis-b7f8018a00be930e3f2b864949aec1f91291309c.tar.gz
vis-b7f8018a00be930e3f2b864949aec1f91291309c.tar.xz
Prepare to merge vis-test
-rw-r--r--.gitmodules3
-rw-r--r--Makefile5
m---------test15
3 files changed, 0 insertions, 23 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 668bb83..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "test"]
- path = test
- url = https://github.com/martanne/vis-test
diff --git a/Makefile b/Makefile
index a71942e..7e77c7f 100644
--- a/Makefile
+++ b/Makefile
@@ -147,12 +147,7 @@ profile: clean
coverage: clean
@$(MAKE) CFLAGS_EXTRA='--coverage' LDFLAGS_EXTRA='--coverage'
-test-update:
- git submodule init
- git submodule update --remote --rebase
-
test:
- [ -e test/Makefile ] || $(MAKE) test-update
@$(MAKE) -C test
testclean:
diff --git a/test b/test
deleted file mode 160000
-Subproject 783b7ef67aa360f0b9bd44fa5ea47e644bc49d6