[Tinyos Core WG] Testing apps

Kevin Klues klueska at gmail.com
Tue Jun 17 09:17:08 PDT 2008


In case its of interest, I've been adding a line like the following to
my application makefiles that are only meant to be used by a
particular platform so that compiling for an unsupported platform
doesn't just puke on you.  This might make sense to add to the tkn154
test apps.

ifneq ($(filter telosb tmote clean,$(MAKECMDGOALS)),)
  include $(MAKERULES)
else
%:
        @echo "    Sorry, this application is only written to work
with telos based motes equipped with onboard sensors.."
endif

Kevin

On Tue, Jun 17, 2008 at 1:23 AM, Jan Hauer <hauer at tkn.tu-berlin.de> wrote:
> There are 5 test apps for TKN15.4 under apps/tests/tkn154, they are
> all documented with a README.txt and compile for telosb (only). At
> least one of them should be added to the test suite (e.g.
> apps/tests/tkn154/TestDATA).
>
> Jan
>
> On Mon, Jun 16, 2008 at 8:55 PM, Philip Levis <pal at cs.stanford.edu> wrote:
>> Which testing apps should be added to the test suite for:
>>   - FTSP?
>>   - TOSThreads?
>>
>> Phil
>> _______________________________________________
>> Tinyos-2.0wg mailing list
>> Tinyos-2.0wg at millennium.berkeley.edu
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-2.0wg
>>
> _______________________________________________
> Tinyos-2.0wg mailing list
> Tinyos-2.0wg at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-2.0wg
>



-- 
~Kevin


More information about the Tinyos-2.0wg mailing list