Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Sep 1, 2024
1 parent 13ca781 commit 22e6ae9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
14 changes: 14 additions & 0 deletions common/hello.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# A comment in a Makefile
# I'm a symlink

SHELL := bash

test ?= $(wildcard *-test.ys)

export YSPATH=$(shell pwd -P)


default:

test:
prove -v $(test)
13 changes: 0 additions & 13 deletions exercises/practice/hello-world/Makefile

This file was deleted.

1 change: 1 addition & 0 deletions exercises/practice/hello-world/Makefile
2 changes: 2 additions & 0 deletions exercises/practice/hello-world/hello-world.ys
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Hi there...

!yamlscript/v0

defn hello():
Expand Down

0 comments on commit 22e6ae9

Please sign in to comment.