File: rectest.aap

package info (click to toggle)
aap 1.072-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,980 kB
  • ctags: 2,160
  • sloc: python: 15,113; makefile: 61; sh: 31
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Part of the A-A-P recipe executive: Module only used for testing Aap itself.

# Copyright (c) 2002 - 2003 stichting NLnet Labs
# Permission to copy and use this file is specified in the file COPYING.
# If this file is missing you can find it here: http://www.a-a-p.org/COPYING

# Last Change: 2004 Apr 13

# Default value
DMD = dmd

:python
    def testfunc():
        return "yes"

# vim: set sw=4 sts=4 tw=79 :