Skip to content

Commit

Permalink
Merge pull request #367 from Jafaral/test
Browse files Browse the repository at this point in the history
tests: use unicon from the environment if available
  • Loading branch information
Don-Ward authored Mar 2, 2024
2 parents 4f40829 + bf20ac6 commit 9958407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makedefs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ CWD=$(shell pwd)
TESTNAME=$(shell basename $(CWD))

UFLAGS=-s
UC=../../bin/unicon
UCC=../../bin/unicon -C
UC?=../../bin/unicon
UCC?=../../bin/unicon -C

ifeq ($(OS),Windows_NT)
TOS := Windows
Expand Down

0 comments on commit 9958407

Please sign in to comment.