This website requires JavaScript.
Explore
Help
Sign In
forks
/
DCD
mirror of
https://github.com/dlang-community/DCD.git
Watch
1
Star
0
Fork
You've already forked DCD
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e48216e4a8
DCD
/
tests
/
extra
/
tc_ufcs_all_kinds
/
run.sh
8 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
if
[
-z
"
${
DC
:-
}
"
]
;
then
DC
=
dmd
fi
DC
=
"
$DC
"
"
$DC
"
-run generate_tests.d
"
$1
"
Reference in New Issue
View Git Blame
Copy Permalink