mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-12 06:27:32 +08:00
Update test tasks
This commit is contained in:
parent
5fd55b19d8
commit
ad0407b286
9
Makefile
9
Makefile
@ -3,7 +3,7 @@
|
|||||||
# License : GPLv3
|
# License : GPLv3
|
||||||
# Authors : Aoran Zeng <ccmywish@qq.com>
|
# Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
# Created on : <2023-08-28>
|
# Created on : <2023-08-28>
|
||||||
# Last modified : <2024-05-25>
|
# Last modified : <2024-06-05>
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS = -Iinclude # -Wall
|
CFLAGS = -Iinclude # -Wall
|
||||||
@ -32,12 +32,9 @@ CI: all
|
|||||||
@mv $(Target) $(CI_Build_Name)
|
@mv $(Target) $(CI_Build_Name)
|
||||||
|
|
||||||
test: $(Target)
|
test: $(Target)
|
||||||
./$(Target) list mirror
|
perl ./test/cli.pl
|
||||||
./$(Target) list target
|
|
||||||
./$(Target) get ruby
|
|
||||||
./$(Target) get python
|
|
||||||
|
|
||||||
test_xy:
|
test-xy:
|
||||||
@$(CC) test/xy.c $(CFLAGS) -o xy
|
@$(CC) test/xy.c $(CFLAGS) -o xy
|
||||||
@./xy
|
@./xy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user