From: Jean-Marc Pigeon (Delson) Date: Sat, 12 Jul 2025 21:02:19 +0000 (-0400) Subject: Improvin postgresql and mysql test generation X-Git-Tag: tag-0.14~115 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=0b8ea40ac026c85e5ddfffde5d9f9575cc1a0079;p=jmp%2Fmailleur Improvin postgresql and mysql test generation --- diff --git a/Makefile b/Makefile index f65a992..4ee2faf 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,12 @@ clean : cleanrpm done @ - rm -fr $(APPNAME)-* +posql : clean debug newtest + @ ln -nsf bin-posql bin + +mysql : clean debug newtest + @ ln -nsf bin-mysql bin + #==================================================================== FEEDPAR = \ $(TESTIP) \ diff --git a/bin b/bin index 48018e1..a311833 120000 --- a/bin +++ b/bin @@ -1 +1 @@ -bin-mysql \ No newline at end of file +bin-posql \ No newline at end of file