]> git.saurik.com Git - apt.git/blame - test/makefile
Slightly tweaked problem resolver
[apt.git] / test / makefile
CommitLineData
024835dc
AL
1# -*- make -*-
2BASE=..
3SUBDIR=test
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8bb5959b
AL
8# Program for testing methods
9PROGRAM=mthdcat
10SLIBS =
11SOURCE = mthdcat.cc
12include $(PROGRAM_H)
13
024835dc
AL
14# Scratch program to test incomplete code fragments in
15PROGRAM=scratch-test
16SLIBS = -lapt-pkg
17SOURCE = scratch.cc
18include $(PROGRAM_H)