Skip to content

Commit b5b391e

Browse files
committed
Add --skip-test-step to skip the test_step
1 parent c744a1d commit b5b391e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name = 'toy'
2+
version = '0.0'
3+
versionsuffix = '-test'
4+
5+
homepage = 'https://easybuilders.github.io/easybuild'
6+
description = "Toy C program, 100% toy."
7+
8+
toolchain = SYSTEM
9+
10+
sources = [SOURCE_TAR_GZ]
11+
checksums = [[
12+
'be662daa971a640e40be5c804d9d7d10', # default (MD5)
13+
'44332000aa33b99ad1e00cbd1a7da769220d74647060a10e807b916d73ea27bc', # default (SHA256)
14+
('adler32', '0x998410035'),
15+
('crc32', '0x1553842328'),
16+
('md5', 'be662daa971a640e40be5c804d9d7d10'),
17+
('sha1', 'f618096c52244539d0e89867405f573fdb0b55b0'),
18+
('size', 273),
19+
]]
20+
patches = [
21+
'toy-0.0_fix-silly-typo-in-printf-statement.patch',
22+
('toy-extra.txt', 'toy-0.0'),
23+
]
24+
25+
sanity_check_paths = {
26+
'files': [('bin/yot', 'bin/toy')],
27+
'dirs': ['bin'],
28+
}
29+
30+
runtest = "make_test dummy_cmd" # Provide some value which is unique enough to be checked for
31+
32+
postinstallcmds = ["echo TOY > %(installdir)s/README"]
33+
34+
moduleclass = 'tools'
35+
# trailing comment, leave this here, it may trigger bugs with extract_comments()

0 commit comments

Comments
 (0)